Skip to content

Conversation

smuppand
Copy link
Contributor

This update streamlines the Zstd Archive Release workflow by:

Writing both archives (vX.Y.Z.tar.zst and X.Y.Z.tar.zst) directly into the runner’s workspace root, so they appear alongside the default source .tar.gz/.zip assets.

Using a single glob ('*.tar.zst') in the action-gh-release step to pick up both artifacts, removing the need for a separate subfolder.

Retaining semver tag matching (on.push.tags: 'v*..') and manual dispatch support (workflow_dispatch) for flexible releases.

…ne artifact creation/upload

- Switch  to glob  for proper semver matching
- Add  trigger for manual runs
- Write  artifacts into
- Simplify release upload by using a single glob ()

Signed-off-by: Srikanth Muppandam <[email protected]>
@smuppand smuppand requested a review from abbajaj806 July 21, 2025 06:02
Copy link
Contributor

@abbajaj806 abbajaj806 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abbajaj806 abbajaj806 merged commit b660166 into qualcomm-linux:main Jul 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants